addAll

@JvmName(name = "addAllAdminKey")
fun DslList<ByteString, ConfigKt.SecurityConfigKt.Dsl.AdminKeyProxy>.addAll(values: Iterable<ByteString>)
The public key authorized to send admin messages to this node.

repeated bytes admin_key = 3;

Parameters

values

The adminKey to add.